SetInstrumentationBreakpointResponse

data class SetInstrumentationBreakpointResponse(breakpointId: BreakpointId)

Represents response frame that is returned from Debugger#setInstrumentationBreakpoint operation call. Sets instrumentation breakpoint.

See also

Constructors

SetInstrumentationBreakpointResponse
Link copied to clipboard
fun SetInstrumentationBreakpointResponse(breakpointId: BreakpointId)

Properties

breakpointId
Link copied to clipboard
val breakpointId: BreakpointId
Id of the created breakpoint for further reference.

Sources

jvm source
Link copied to clipboard